Remove Method

Summary

Removes the specified point.

Syntax
C#
VB
C++
public override bool Remove( 
   PointF item 
) 
  
Public Overrides Function Remove( _ 
   ByVal item As PointF _ 
) As Boolean 
            public: 
bool Remove(  
   PointF item 
) override  

Parameters

item
Point to remove.

Return Value

true if the element was removed successfully; otherwise, false.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly